git-tst-system
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Fri, 4 Aug 2023 09:55:58 +0000 (10:55 +0100)
committerAurelien Jarno <aurel32@debian.org>
Fri, 4 Aug 2023 09:55:58 +0000 (10:55 +0100)
commit105811111a1de893af8847d9bfabf096b4da4ec3
tree98147aa080e3d3027f143b0c7381758598a679c7
parent8db88bbacf143fc786d096b1e1e272d6c9cc4970
git-tst-system

commit d03094649d39949a30513bf3ffb03a28fecbccd8
Author: Adam Yi <ayi@janestreet.com>
Date:   Wed Mar 8 03:11:47 2023 -0500

    hurd: fix build of tst-system.c

    We made tst-system.c depend on pthread, but that requires linking with
    $(shared-thread-library). It does not fail under Linux because the
    variable expands to nothing under Linux, but it fails for Hurd.

    I tested verified via cross-compiling that "make check" now works
    for Hurd.

Signed-off-by: Adam Yi <ayi@janestreet.com>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-tst-system.diff
stdlib/Makefile